home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Apple WWDC 1996
/
WWDC96_1996 (CD).toast
/
Technology Materials
/
MacOS 8 Resources
/
Developer Tools
/
Mac OS 8 Interfaces & Libraries
/
Interfaces
/
IDLIncludes
/
SystemNotification.idl
< prev
next >
Wrap
Text File
|
1996-05-01
|
2KB
|
86 lines
/*
File: SystemNotification.idl
Contains: System Notification Service Interfaces.
Version: Technology: System 8
Release: Universal Interfaces 3.0d3 on Copland DR1
Copyright: © 1984-1996 by Apple Computer, Inc. All rights reserved.
Bugs?: If you find a problem with this file, send the file and version
information (from above) and the problem description to:
Internet: apple.bugs@applelink.apple.com
AppleLink: APPLE.BUGS
*/
#ifndef __SYSTEMNOTIFICATION_IDL__
#define __SYSTEMNOTIFICATION_IDL__
#include <somobj.idl>
#include <somcls.idl>
#ifndef __KERNEL_IDL__
#include <Kernel.idl>
#endif
#ifndef __FILEMANAGERTYPES_IDL__
#include <FileManagerTypes.idl>
#endif
#ifndef __NAMEREGISTRY_IDL__
#include <NameRegistry.idl>
#endif
#ifdef __SOMIDL__
#if FOR_SYSTEM8_PREEMPTIVE
/*
* basic notification data structures and constants
*/
typedef OSType SNSService;
typedef OSType SNSKind;
typedef SOMLargeStruct SNSSubjectVariant; /* Derived from a struct of 316 bytes in size */
typedef OpaquePtr SNSSubjectVariantPtr; /* Substituted OpaquePtr for ``SNSSubjectVariant*'' */
typedef SOMLargeStruct SNSSubject; /* Derived from a struct of 260 bytes in size */
typedef OpaquePtr SNSSubjectPtr; /* Substituted OpaquePtr for ``SNSSubject*'' */
typedef SOMLargeStruct SNSNotificationHeader; /* Derived from a struct of 276 bytes in size */
typedef OpaquePtr SNSNotificationHeaderPtr; /* Substituted OpaquePtr for ``SNSNotificationHeader*'' */
typedef SOMLargeStruct SNSNotification; /* Derived from a struct of 277 bytes in size */
typedef OpaquePtr SNSNotificationPtr; /* Substituted OpaquePtr for ``SNSNotification*'' */
/*
* producer data structures and constants
*/
typedef OptionBits SNSProduceOptions;
typedef ObjectID SNSDistributorID;
/*
* consumer data structures and constants
*/
typedef ObjectID SNSConsumerID;
typedef OSType SNSConsumerName;
/*
* producer interface
*/
/*
* consumer and subscription interface
*/
#endif
#endif /* __SOMIDL__ */
#endif /* __SYSTEMNOTIFICATION_IDL__ */